color: white;
padding: 4px; /* not working */
border-radius: 5px;
- background-color: transparentize(black,0.2); //FIXME proper color
+ background-color: transparentize(black, 0.5); // FIXME: I think this is not
+ // what I get, it looks
+ // more solid.
text-shadow: 0 1px black;
}
padding: 4px;
/* not working */
border-radius: 5px;
- background-color: rgba(0, 0, 0, 0.8);
+ background-color: rgba(0, 0, 0, 0.5);
text-shadow: 0 1px black; }
.tooltip * {
padding: 4px;
/* not working */
border-radius: 5px;
- background-color: rgba(0, 0, 0, 0.8);
+ background-color: rgba(0, 0, 0, 0.5);
text-shadow: 0 1px black; }
.tooltip * {